runtime.unwinder.next (method)
11 uses
runtime (current package)
heapdump.go#L375: for u.initAt(pc, sp, lr, gp, 0); u.valid(); u.next() {
mbitmap.go#L1949: for u.initAt(gp.m.curg.sched.pc, gp.m.curg.sched.sp, 0, gp.m.curg, 0); u.valid(); u.next() {
mgcmark.go#L972: for u.init(gp, 0); u.valid(); u.next() {
panic.go#L1030: u.next()
panic.go#L1123: u.next() // skip systemstack_switch
panic.go#L1124: u.next() // skip gorecover
panic.go#L1127: for ; u.valid(); u.next() {
stack.go#L976: for u.init(gp, 0); u.valid(); u.next() {
traceback.go#L441: func (u *unwinder) next() {
traceback.go#L624: for ; n < len(pcBuf) && u.valid(); u.next() {
traceback.go#L968: for ; u.valid(); u.next() {